'Declaration
Public Overridable ReadOnly Property CellsTemplate As CellTemplate
'Usage
Dim instance As FlexGridBase(Of T) Dim value As CellTemplate value = instance.CellsTemplate
public virtual CellTemplate CellsTemplate {get;}
public read-only property CellsTemplate: CellTemplate; virtual;
public function get CellsTemplate : CellTemplate
public: __property virtual CellTemplate* get_CellsTemplate();
public: virtual property CellTemplate^ CellsTemplate { CellTemplate^ get(); }